home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 June: Reference Library / Dev.CD Jun 95 / Dev.CD Jun 95.toast / What's New? / New System Software Extensions / QuickDraw 3D ß / Programming / SampleCode / CommonSample / MyErrorHandler.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-14  |  251 b   |  10 lines  |  [TEXT/MPCC]

  1. #ifndef _MYERROR_HANDLER_
  2. #define _MYERROR_HANDLER_
  3.  
  4. #include "QD3D.h"
  5. #include "QD3DErrors.h"
  6.  
  7. void MyErrorHandler( TQ3Error error, TQ3Error error2, long  refCon ) ;
  8. void MyWarningHandler( TQ3Warning sticky, TQ3Warning latest, long refCon ) ;
  9.  
  10. #endif